home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / JavaC Booster v1.0 / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-18  |  1.4 KB  |  28 lines

  1.                            JavaC Booster v1.0
  2.                           (c) DEF Group, 2001.
  3.  
  4. JavaC Booster is an extension of javac - the Java compiler. A main feature of
  5. Booster is using the permanent running copy of Java Virtual Machine. This 
  6. allows to accelerate compilation by reducing time of loading and JIT'ing the 
  7. javac code, especially during frequent starting the Java compiler, for example,
  8. when the MAKE program is used. Also JavaC Booster can use chosen stream to
  9. output messages, such as the Standard Error Stream or the Standard Output
  10. Stream. Therefore MORE command can be used with JavaC Booster easily. In
  11. addition, JavaC Booster can save error messages into corresponding *.err files.
  12. These files allow to work and correct compilation errors comfortably. JavaC
  13. Booster has command line options, which are fully compatible with the standard
  14. Java compiler, thus using of Booster is very simple and easy. Just run "javacb"
  15. command instead of "javac" and your work will become more productive.
  16.  
  17. Features of JavaC Booster:
  18.  
  19.  * standard javac's command line options;
  20.  * using the permanent running copy of JVM (can be runned as the detached or 
  21.    minimizable to the tray application).
  22.  * output messages into the Standard Error Stream or the Standard Output Stream;
  23.  * saving error messages into *.err files;
  24.  * configuration via GUI. 
  25.  
  26. E-Mail:   javacb@defgroup.com
  27. Homepage: http://www.defgroup.com/javacb/
  28.